type runtime.finblock
7 uses
runtime (current package)
mfinal.go#L23: type finblock struct {
mfinal.go#L25: alllink *finblock
mfinal.go#L26: next *finblock
mfinal.go#L45: var finq *finblock // list of finalizers that are to be executed
mfinal.go#L46: var finc *finblock // cache of free blocks
mfinal.go#L49: var allfin *finblock // list of all blocks
mfinal.go#L108: finc = (*finblock)(persistentalloc(_FinBlockSize, 0, &memstats.gcMiscSys))
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |